* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'HarmonyOS Sans SC', 'HarmonyOS Sans SC UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium1.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium1.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light1.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold1.woff');
}
@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold1.woff');
}
@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold1.otf');
}
@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany1.ttf');
}
a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
   /*高宽分别对应横竖滚动条的尺寸*/
    width: 5px;     
    height: 1px;
  }

  /*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(27, 69, 146, 1);
  }
  
  /*滚动条里面轨道*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 2px;
    background: #EDEDED;
  }
.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}
.content1640{
	margin: 0 auto;
	width: 1640px;
	max-width: 94%;
}
.font30{
	font-size: 30px;
}
.font48{
	font-size: 48px;
}
.font36{
	font-size: 36px;
}
.font60{
	font-size: 60px;
}
.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, .2);
}
.header .logo img{
	display: block;
}
.header .logo img.img2{
	display: none;
}
.header.active .logo img.img2{
	display: block;
}
.header.active .logo img.img1{
	display: none;
}
.header.active{
	background-color: #fff;
}
.header.active::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .05);
}
.header .content1640{
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	position: relative;
	display: flex;
}
.header .r .nav li{
	/* position: relative; */
}
.header .r .nav li:not(:last-child){
	margin-right: 60px;
}
.header .r .nav li>a{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	transition: all .6s;
	display: block;
}
.header.active .r .nav li>a{
	color: rgba(34, 34, 34, 1);
}
.header .r .nav li.active>a,
.header .r .nav li:hover>a{
	/* color: rgba(27, 69, 146, 1); */
}
.header .r .nav li .subNav{
	position: absolute;
	left: 50%;
	transform: ;
	background: #FFFFFF;
	border-radius: 10px;
	/* width: 1200px; */
	/* max-width: 94vw; */
	opacity: 0;
	visibility: hidden;
	/* pointer-events: none; */
	transform: translateX(-50%)translateY(30px);
	transition: all .6s;
}
.header .r .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	transform: translateX(-50%)translateY(0);
}
.header .r .nav li .subNav .subNavContainer{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	max-width: 94vw;
}
.header .r .nav li .subNav .subNavContainerL{
	width: 33.75%;
	border-right: 1px solid rgba(244, 244, 244, 1);
	padding: 80px 23px;
}
.header .r .nav li .subNav .subNavContainerL a{
	position: relative;
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #999999;
	line-height: 40px;
	padding-left: 36px;
}
.header .r .nav li .subNav .subNavContainerL a:not(:last-child){
	margin-bottom: 50px;
}
.header .r .nav li .subNav .subNavContainerL a.active{
	color: rgba(34, 34, 34, 1);
}
.header .r .nav li .subNav .subNavContainerL a::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 0;
	background: linear-gradient(0deg, #0278F6, #40ABFD);
	border-radius: 1px;
	transition: all .6s;
}
.header .r .nav li .subNav .subNavContainerL a.active::before{
	height: 100%;
}
.header .r .nav li .subNav .subNavContainerR{
	flex: 1;
	padding: 80px 50px;
}
.header .r .nav li .subNav .subNavContainerR .items{
	display: none;
	grid-template-columns: repeat(3,1fr);
	gap: 64px 20px;
}
.header .r .nav li .subNav .subNavContainerR .items.active{
	display: grid;
}
.header .r .nav li .subNav .subNavContainerR .item{
	display: flex;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
}
.header .r .nav li .subNav .subNavContainerR .item:hover{
	color: rgba(20, 134, 248, 1);
	font-weight: bold;
}
.header .r .nav li .subNav .subNavContainerR .item .icon{
	margin-right: 7px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .r .nav li .subNav .subNavContainerR .item .icon img{
	max-width: 100%;
	max-height: 100%;
}
.header .r .nav li .subNav .subNavContainerR .item .icon img:last-child{
	display: none;
}
.header .r .nav li .subNav .subNavContainerR .item:hover .icon img:last-child{
	display: block;
}
.header .r .nav li .subNav .subNavContainerR .item:hover .icon img:first-child{
	display: none;
}
.header .r .nav li .subNav .subNavContainer1{
	padding: 53px 55px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
	width: 900px;
	justify-content: center;
	/* justify-content: center; */
}
.header .r .nav li .subNav .subNavContainer1 a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}
.header .r .nav li .subNav .subNavContainer1 a .iconfont{
	font-size: 20px;
}
.header .r .nav li .subNav .subNavContainer1 a:hover{
	color: rgba(20, 134, 248, 1);
}
.header .r .aslideBtn .iconfont{
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}
.header .r .header-search-box{
	position: relative;
	margin-left: 40px;
}
.header .r .header-search-box .header-searchBtn{
	cursor: pointer;
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
	transition: all .6s;
}
.header .r .header-search-box .header-searchBtn:hover{
	color: rgba(27, 69, 146, 1);
}
.header .r .header-search-box .header-search-container{
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}
.header .r .header-search-box .header-search{
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}
.header .r .header-search-box .header-search input{
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}
.header .r .header-search-box .header-search input::placeholder{
	color: #999;
}
.header .r .header-search-box .header-search .iconfont{
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}
.header .r .header-search-box .header-search .iconfont:hover{
	color: rgba(27, 69, 146, 1);
}
.header .contactBtn{
	line-height: 48px;
	background: linear-gradient(130deg, #41ACFF, #0278F6);
	box-shadow: 5px 9px 30px 0px rgba(13,119,253,0.3);
	border-radius: 24px;
	padding: 0 29px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #FEFEFE;
}
.footer{
	padding: 50px 0 50px;
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}
.footer-t{
	display: flex;
	justify-content: space-between;
}
.footer-t-l .logo img{
	display: block;
}
.footer-t-l .msg{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #F2F6FB;
	line-height: 30px;
	margin-top: 28px;
}
.footer-t-r .list{
	display: flex;
	gap: 0 80px;
}
.footer-t-r .list .li-t{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
}
.footer-t-r .list .li-des a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
}
.footer-t-r .list .li-des p:not(:last-child){
	margin-bottom: 26px;
}
.footer-t-r .list .li-des{
	margin-top: 50px;
	display: flex;
}
.footer-t-r .list .li-des .text-box:not(:last-child){
	margin-right: 43px;
}
.footer-t-r .list li:nth-child(2) .text-box{
	/* column-count: 2; */
	column-gap: 30px;
	break-inside: avoid;
}
.footer-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.footer-c .l{
	display: flex;
	gap: 15px;
}
.footer-c .l .text{
	margin-top: 10px;
	text-align: center;
}
.footer-c .l .ewm img{
	display: block;
	width: 100px;
	height: 100px;
}
.fixed-right{
	position: fixed;
	right: 20px;
	top: 64%;
	z-index: 99;
}
.fixed-right li:not(:last-child){
	margin-bottom: 12px;
}
.fixed-right li a{
	width: 60px;
	height: 60px;
	background: linear-gradient(-30deg, #0057F6, #0392F6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.fixed-right li a .iconfont{
	font-size: 24px;
}
.fixed-right li:last-child{
	border: 1px solid #E8E8E8;
	color: rgba(204, 204, 204, 1);
	border-radius: 50%;
	background: #fff;
}
.fixed-right li:last-child a{
	background: transparent;
	color: rgba(204, 204, 204, 1);
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 277px;
	object-fit: cover;
}
.banner1 .bannerBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}
.commonBread{
	display: flex;
	gap: 10px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-top: 22px;
	flex-wrap: wrap;
}
.commonBread a{
	color: #999;
	transition: all .6s;
}
.commonBread a:hover,
.commonBread a.active{
	color: #067DFF;
}
.commonBread .icon-youjiantou11{
	font-size: 12px;
}
.inner-title{
	position: relative;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 30px;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	text-align: center;
	z-index: 4;
}
.caseBox{
	padding: 100px 0 120px;
	background-color: rgba(244, 245, 246, 1);
}
.caseBox .box-c{
	margin-top: 57px;
}
.caseBox .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.caseBox .box-c .list li{
	position: relative;
	overflow: hidden;
}
.caseBox .box-c .list li .pic{
	position: relative;
	border-radius: 10px;
}
.caseBox .box-c .list li .pic:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,.5) 100%);
    /* opacity: 0; */
    transition: all .6s;
    content: "";
    z-index: 3;
}
.caseBox .box-c .list li:hover .pic:before{
     opacity: 1;
     background: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
}
.caseBox .box-c .list li .text-box{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 30px;
	z-index: 3;
	top: 100%;
	transform: translateY(-77px);
	transition: all .6s;
}
.caseBox .box-c .list li:hover .text-box{
	transform: translateY(-100%);
}
.caseBox .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseBox .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 23px;
	opacity: 0;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caseBox .box-c .list li .more{
	width: 100px;
	line-height: 36px;
	text-align: center;
	background: linear-gradient(-30deg, #41ACFF, #0278F6);
	border-radius: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 28px;
	opacity: 0;
	transition: all .6s;
}
.caseBox .box-c .list li:hover .text-des,
.caseBox .box-c .list li:hover .more{
	opacity: 1;
}
.caseBox .box-c .commonMore{
	margin-top: 32px;
}
.serviceList{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px 25px;
}
.serviceList li{
	position: relative;
}
.serviceList li .pic{
	position: relative;
}
.serviceList li .pic .text-box{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	transition: all .6s;
}
.serviceList li:hover .pic .text-box{
	opacity: 0;
}
.serviceList li .pic .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 94px;
	margin: 0 auto;
}
.serviceList li .pic .icon img{
	max-width: 100%;
	max-height: 100%;
}
.serviceList li .pic  .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.41;
	margin-top: 62px;
}
.serviceList .liBox{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.2);
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all .6s;
	align-items: flex-start;
}
.serviceList li:hover .liBox{
	opacity: 1;
}
.serviceList .text-title{
	display: flex;
	align-items: flex-start;
}
.serviceList .bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	margin-top: 3px;
}
.serviceList .bullet + span{
	flex: 1;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #FFFEFE;
	line-height: 30px;
	margin-left: 8px;
}
.serviceList .line::before{
	content: "";
	width: 40px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	display: inline-block;
	margin-right: 3px;
}
.serviceList .line{
	margin-top: 26px;
	display: flex;
}
.serviceList .line::after{
	content: "";
	width: 10px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	display: inline-block;
}
.serviceList .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFEFE;
	line-height: 36px;
	margin-top: 28px;
	flex: 1;
	overflow: auto;
	width: calc(100% + 10px);
	padding-right: 10px;
}
.serviceList .text::-webkit-scrollbar {
  width: 3px; 
}
/* Change the scrollbar background color here */
.serviceList .text::-webkit-scrollbar-track{
  background-color: #fff;
}
/* Change the scrollbar button color and roundedness here */
.serviceList .text::-webkit-scrollbar-thumb{
  background-color: rgba(27, 69, 146, 1);
  border-radius: 2px;
}
.serviceList .more{
	color : #fff;
	font-size: 16px;
	background: linear-gradient(130deg, #41ACFF, #0278F6);
	display: inline;
	padding: 0 20px;
	width: auto;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 20px;
}
.partnerBox{
    padding: 121px 0 142px;
    background: #F7F7F7;
}
.partnerBox .box-c{
    margin-top: 63px;
}
.partnerBox .box-c .list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}
.partnerBox .box-c .list .pic{
	border-radius: 5px;
}
.commonMore{
	display: block;
	width: 160px;
	line-height: 60px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	background: #FFFFFF;
	border-radius: 30px;
	text-align: center;
	transition: all .6s;
	margin: 0 auto;
}
.commonMore.active,
.commonMore:hover{
	background-color: #0073F0;
	color: #fff;
}
.pc-aslide{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}
.pc-aslide.active{
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}
.pc-aslide-content{
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}
.pc-aslide.active .pc-aslide-content{
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}
.pc-aslide-content-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pc-aslide-content-t .close{
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}
.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover{
	color: rgba(27, 69, 146, 1);
}
.pc-aslide-content-t .close .iconfont{
	font-size: 30px;
}
.pc-aslide-content-c{
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}
.pc-aslide-content-c .list{
	display: inline-block;
	min-width: 300px;
}
.pc-aslide-content-c .list li{
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}
.pc-aslide.active .pc-aslide-content-c .list li{
	opacity: 1;
	transform: translateY(0);
}
.pc-aslide-content-c .list li:not(:last-child){
	margin-bottom: 50px;
}
.pc-aslide-content-c .list .li-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}
.pc-aslide-content-c .list .li-des{
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}
.pc-aslide-content-c .list .li-des a{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}
.pc-aslide-content-c .list .li-des .items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	margin: 0px 0 10px;
}
.pc-aslide-content-c .list .li-des .items a{
	color: #999;
	font-size: 12px;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	margin: 5px;
	font-family: Rany-Bold;
	cursor: pointer;
	border: 1px solid rgba(222, 222, 222, 1);
	transition: all .6s;
	background-color: #fff;
}


.pagination ul li .iconfont {
	font-size: 14px;
	font-weight: bold;
	color: rgba(222, 222, 222, 1);
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #067DFF;
	border-color: #067DFF;
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
.m-right-buttom{
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.font48{
		font-size: 36px;
	}
	.font36{
		font-size: 32px;
	}
	.font60{
		font-size: 48px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1300px) {
    .footer-t-r .list li:nth-child(2) .text-box{
        column-count: 1;
    }
    .serviceList .bullet + span{
        font-size: 22px;
    }
	.serviceList .line{
		margin-top: 15px;
	}
	.serviceList .text{
		margin-top: 15px;
		line-height: 1.7;
	}
}
@media (max-width:1280px) {
	.font36{
		font-size: 30px;
	}
	.font60{
		font-size: 36px;
	}
	.font30{
		font-size: 28px;
	}
	.font48{
		font-size: 30px;
	}
}
@media (max-width:1280px) {
	.header .r .nav li .subNav .subNavContainerL{
		width: 30%;
	}
	.header .r .nav li .subNav .subNavContainerL a{
		font-size: 20px;
		line-height: 30px;
		padding-left: 20px;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 40px;
	}
	.pc-aslide-content-c .list .li-title{
		font-size: 20px;
	}
	.pc-aslide-content-c .list li:not(:last-child){
		margin-bottom: 35px;
	}
	.pc-aslide-content-c .list .li-des a{
		font-size: 16px;
		line-height: 2;
	}
}

@media (max-width:1199px) {
	.header .r .nav li .subNav .subNavContainerR{
		padding: 80px 30px;
	}
	.header .r .nav li .subNav .subNavContainerR .item{
		font-size: 16px;
	}
	.caseBox,
	.partnerBox{
		padding: 70px 0;
	}
	.caseBox .box-c{
		margin-top: 45px;
	}
	.partnerBox .box-c{
		margin-top: 40px;
	}
	.font36{
		font-size: 28px;
	}
	.font60{
		font-size: 30px;
	}
	.font30{
		font-size: 26px;
	}
	.font48{
		font-size: 28px;
	}
	.inner-title{
		font-size: 28px;
	}
	.fixed-right{
		right: 10px;
	}
	.fixed-right li a .iconfont{
		font-size: 20px;
	}
	.fixed-right li a{
		width: 45px;
		height: 45px;
	}
	.footer-t-r .list{
		gap: 0 60px;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 30px;
	}
	.header .r .nav li>a{
		font-size: 16px;
		line-height: 70px;
	}
	.header .content1640{
		height: 70px;
	}
	.header .r .header-search-box .header-searchBtn{
		font-size: 20px;
	}
	.caseBox .box-c .list li .text-box{
		padding: 20px;
	}
	.caseBox .box-c .list li .text-des{
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.caseBox .box-c .list li .more{
		margin-top: 15px;
	}
}

@media (max-width: 1024px) {
	.caseBox .box-c .list{
		gap: 15px;
	}
	.commonMore{
		width: 140px;
		line-height: 50px;
		font-size: 16px;
	}
	.partnerBox .box-c .list{
		grid-template-columns: repeat(4,1fr);
	}
	.caseBox .box-c{
		margin-top: 40px;
	}
	.caseBox{
		padding: 60px 0;
	}
	.partnerBox .box-c{
		margin-top: 35px;
	}
	.partnerBox{
		padding: 60px 0;
	}
	.serviceList li .pic .icon{
		width: 64px;
		height: 64px;
	}
	.serviceList .bullet + span,
	.serviceList li .pic .title{
		font-size: 22px;
	}
	.serviceList .bullet{
		width: 8px;
		height: 8px;
		margin-top: 5px;
	}
	.serviceList .text,
	.serviceList .line{
		margin-top: 15px;
	}
	.serviceList .liBox{
		padding: 25px;
	}
	.serviceList .text{
		font-size: 14px;
		line-height: 2;
	}
	.font36{
		font-size: 26px;
	}
	.font60{
		font-size: 28px;
	}
	.font30{
		font-size: 24px;
	}
	.font48{
		font-size: 26px;
	}
	.inner-title{
		font-size: 26px;
	}
	.footer-t-l{
		flex: 1;
		margin-right: 30px;
	}
	.footer-c{
		margin-top: 30px;
	}
	.footer-t-l .msg{
		margin-top: 20px;
	}
	.footer-t-r .list .li-des{
		margin-top: 30px;
	}
	.footer-t-r .list{
		gap: 0 25px;
	}
	.footer{
		padding: 70px 0;
	}
	.m-right-buttom{
		display: block;
	}
	.header .r .nav{
		display: none;
	}
	.header .r{
		flex: 1;
	}
	.header .r .header-search-box .header-search-container{
		top: 50px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 25px;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #0278F6;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
}

@media (max-width: 768px) {
	.m-right-buttom span, .m-right-buttom span:after, .m-right-buttom span:before{
		background-color: #0073F0;
	}
	.header{
		position: sticky;
		top: 0;
		background-color: #fff;
	}
	.header .logo img:first-child{
		display: none;
	}
	.header .logo img:last-child{
		display: block;
	}
	.caseBox .box-c .list li .text-title{
		font-size: 16px;
	}
	.caseBox .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.caseBox .box-c{
		margin-top: 30px;
	}
	.caseBox{
		padding: 50px 0;
	}
	.header .contactBtn{
		line-height: 40px;
		font-size: 16px;
	}
	.commonMore{
		line-height: 40px;
		width: 120px;
	}
	.partnerBox .box-c{
		margin-top: 25px;
	}
	.partnerBox{
		padding: 50px 0;
	}
	.partnerBox .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.serviceList{
		grid-template-columns: repeat(2,1fr);
		gap: 18px;
	}
	.font36{
		font-size: 24px;
	}
	.font60{
		font-size: 26px;
	}
	.font30{
		font-size: 22px;
	}
	.font48{
		font-size: 24px;
	}
	.commonBread{
		padding-top: 15px;
	}
	.inner-title{
		font-size: 24px;
	}
	.footer-c{
		flex-direction: column;
		align-items: center;
	}
	.footer-c .r{
		margin-top: 10px;
	}
	.footer-t-r{
		margin-top: 30px;
		width: 100%;
	}
	.footer-t-r .list .li-des{
		margin-top: 15px;
	}
	.footer-t-r .list .li-des p:not(:last-child){
		margin-bottom: 10px;
	}
	.footer-t-r .list{
		justify-content: space-between;
		gap: 0
	}
	.footer-t-l .msg{
		margin-top: 15px;
		line-height: 30px;
	}
	.footer{
		padding: 50px 0;
	}
	.footer-t{
		flex-direction: column;
	}
	.pc-aslide-content{
		background-color: transparent;
	}
	.pc-aslide{
		z-index: 99;
		background-color: transparent;
	}
	.pc-aslide::before,
	.pc-aslide::after{
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0,0,0,1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s,transform 1.5s;
	}
	.pc-aslide::after{
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s,transform 1s;
	}
	.pc-aslide.active::after,
	.pc-aslide.active::before{
		transform: scale(5);
		opacity: 1;
	}
	 .pc-aslide-content-t{
		 display: none;
	 }
	.pc-aslide-content{
		padding: 60px 3%;
	}
	
	.pc-aslide-content{
		transform: translateX(0);
		z-index: 4;
	}
	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.caseList{
		grid-template-columns: repeat(1,1fr);
	}
	.caseList li a{
		padding: 15px;
	}
}
@media (max-width:600px) {
	.footer-t-r .list .li-des .text-box:not(:last-child){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-t-r .list .li-des{
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	.footer-t-r .list li:nth-child(2) .text-box{
		column-count: 1;
		column-gap: 10px;
	}
	.footer-t-r .list .li-des{
		/* display: grid;
		grid-template-columns: repeat(3,1fr);
		flex-direction: row-reverse; */
	}
	.footer-t-r .list .li-des{
		/* display: block; */
	}
	.footer-t-r .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer-t-r .list .li-des{
		margin-top: 8px;
	}
	.footer-t-r .list{
		flex-direction: column;
	}
	.footer-t-r .list .li-des .text-box{
		display: flex;
		gap: 0px 10px;
		flex-wrap: wrap;
	}
	.footer-t-r .list .li-des .text-box:not(:last-child),
	.footer-t-r .list .li-des p:not(:last-child){
		margin-bottom: 0;
	}
	.caseBox .box-c .list li:hover .text-box{
		transform: translateY(0);
	}
	.caseBox .box-c .list li .more,
	.caseBox .box-c .list li .text-des{
		opacity: 1;
	}
	.caseBox .box-c .list li .text-box{
		transform: translateY(0);
		top: auto;
		bottom: 0;
	}
	.caseBox .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.caseBox .box-c{
		margin-top: 25px;
	}
	.caseBox{
		padding: 40px 0;
	}
	.header .contactBtn{
		line-height: 32px;
		padding: 0 19px;
		font-size: 14px;
	}
	.serviceList .line::before{
		width: 24px;
	}
	.serviceList{
		gap: 10px;
	}
	.partnerBox .box-c{
		margin-top: 20px;
	}
	.partnerBox{
		padding: 40px 0;
	}
	.serviceList .text, .serviceList .line{
		margin-top: 5px;
	}
	.serviceList .text{
		font-size: 12px;
	}
	.serviceList .bullet + span, .serviceList li .pic .title{
		font-size: 16px;
	}
	.serviceList li .pic .icon{
		width: 34px;
		height: 34px;
	}
	.serviceList .liBox{
		padding: 15px;
	}
	.font36{
		font-size: 22px;
	}
	.font60{
		font-size: 24px;
	}
	.font30{
		font-size: 20px;
	}
	.font48{
		font-size: 22px;
	}
	.caseList{
		gap: 15px;
	}
	.caseList li a{
		padding: 10px;
	}
	.caseList li .text{
		font-size: 16px;
	}
	.pagination ul li{
		margin: 0 3px;
	}
	.commonBread{
		padding-top: 5px;
	}
	.inner-title{
		font-size: 22px;
	}
	.footer-c .l .ewm img{
		width: 80px;
		height: 80px;
	}
	.footer-c{
		font-size: 12px;
	}
	.footer-t-r{
		margin-top: 20px;
	}
	.footer-t-r .list .li-des a{
		font-size: 12px;
	}
	.footer-t-r .list .li-t{
		font-size: 14px;
	}
	.footer-t-l .logo img{
		height: 40px;
	}
	.footer{
		padding: 30px 0;
	}
	.header .logo img{
		height: 40px;
		display: block;
	}
	.header .content1640{
		height: 50px;
	}
	.pc-aslide-content-c .list{
		min-width: 249px;
	}
	.pc-aslide-content-c .list .li-des{
		padding-top: 15px;
		margin-top: 15px;
	}
	.pc-aslide-content-c .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.pc-aslide-content-c .list .li-des a{
		font-size: 14px;
		line-height: 2;
	}
	.pc-aslide-content-c .list .li-title{
		font-size: 16px;
	}
	.pc-aslide-content-t{
		height: 50px;
	}
	.pc-aslide-content-t .logo img{
		width: 100px;
	}
}